1 00:00:00,270 --> 00:00:00,570 All right. 2 00:00:00,570 --> 00:00:05,940 So now that we're going to start getting our game loop going and get some automation in the game spawning 3 00:00:05,940 --> 00:00:09,810 things into the world, let's make sure we have our stuff in server storage. 4 00:00:09,810 --> 00:00:14,730 So I'm going to get my land and I'm going to be spawning these. 5 00:00:14,730 --> 00:00:19,580 So I'm just going to drag this down to server storage, right? 6 00:00:19,620 --> 00:00:22,590 So we already have the simple Z spanner stuff in there. 7 00:00:22,590 --> 00:00:24,240 Now there's a landmine. 8 00:00:24,270 --> 00:00:29,130 I'm going to get rid of these other two because I'm going to put the landmines out with code. 9 00:00:29,580 --> 00:00:31,020 Go ahead and delete that. 10 00:00:31,290 --> 00:00:36,270 I'm going to go over to my toolbox and I had the landmine there. 11 00:00:36,270 --> 00:00:38,220 I need my health pickup. 12 00:00:38,250 --> 00:00:40,020 Just drag that into the world. 13 00:00:40,200 --> 00:00:41,940 Yep, there's a script on it. 14 00:00:43,160 --> 00:00:48,590 Drag that in the server storage and I'm also going to get my coin. 15 00:00:48,590 --> 00:00:53,210 I had a few a few saved off to drag that into the world. 16 00:00:53,480 --> 00:01:02,480 Yep, two scripts drag that into server storage and I'll put links in the file in the resources. 17 00:01:02,480 --> 00:01:06,140 So if you don't have these working, you can get mine. 18 00:01:06,140 --> 00:01:08,060 You can just go ahead and grab mine.